Converts the specified string representation of a response to its
Response equivalent.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic static Response Parse(
string response
)
Public Shared Function Parse (
response As String
) As Response
Parameters
- response
- Type: SystemString
A string containing a request to convert.
Return Value
Type:
ResponseA
Response equivalent contained in the request parameter.
See Also